@media(max-width:1340px){
    
/*/* Element by ID */
    #house{
        margin: 0px;
        margin-top: 15%;
    }

/*/* Element by Class */
    .house{
        width: 20px;
    }

    body{
        background-color:red;
    }

    .dpara{
        margin: 0px 5px;
        font-size: 20px;
    }


    .Dress td{
        font-size: 15px;
    }

    .Dress th{
        font-size: 15px;
    }

    .join{
        margin: 0px;
    }

    .bt a{
        font-size: 0.6rem;
    }

    Footer{
        font-size: 10px;
    }

}